--new freeslot
freeslot(
"SKINCOLOR_COPPERSUPER",
"SKINCOLOR_BUBBLEGUMSUPER",
"SKINCOLOR_WAVESUPER",
"SKINCOLOR_AETHERSUPER",
"SKINCOLOR_EMERALD1SUPER",
"SKINCOLOR_SAPPHIRESUPER",
"SKINCOLOR_RUBYSUPER"

)
--and i just ctrl c and v to make this easy

skincolors[SKINCOLOR_COPPERSUPER] = {
    name = "Super Copper",
    ramp = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
    invcolor = SKINCOLOR_SAPPHIRESUPER,
    invshade = 6,
    chatcolor = V_ORANGEMAP,
    accessible = true
	}
	addHook("ThinkFrame", do
    skincolors[SKINCOLOR_COPPERSUPER].ramp = skincolors[SKINCOLOR_SUPERCOPPER1 + abs( ( (leveltime >> 1) % 9) - 4)].ramp
end)